[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_GetTime() Returns a time expression from a "date/time" value NEW
Description:
VS_GetTime() allows you to retreive a time expression from a numeric
"date/time" value as returned by VS_DateTime().
Syntax:
c_Time = VS_GetTime( n_DateTime )
Pass:
n_DateTime is a numeric "date/time" value as returned by
VS_DateTime().
Return:
c_Time is a character expression containing the date of a numeric
"date/time" value. c_Time will be in the same format as the
string returned by TIME().
Notes:
Example:
n_Start = VS_DateTime(DATE(),TIME())
? VS_GetTime( n_Start )
Usage:
See Also:
VS_DateTime()
VS_GetDate()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson